Create one or multiple experimentation items
import { Vercel } from "@vercel/sdk"; const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>", }); async function run() { await vercel.marketplace.createInstallationIntegrationConfiguration({ integrationConfigurationId: "<id>", resourceId: "<id>", }); } run();
This response does not have an example.
Default authentication mechanism
The items were created