# providers_gcp_launch_tenant_create Proxy to the Platform launch API We cannot expose launching a tenant to an authorized user hence the need for the API The API validates the x_gcp_marketplace_token and then proxies the request to the Platform Launc API Endpoint: POST /api/providers/gcp/launch-tenant/ Version: 3.59.0-ai-plus ## Request fields (application/json): - `username` (string, required) - `email` (string, required) - `firstname` (string) - `lastname` (string) - `password` (string) - `name` (string, required) Organization name - `key` (string, required) Unique key for the organization - `ignore_user_exists` (boolean) - `x_gcp_marketplace_token` (string, required) GCP Marketplace token - `product_id` (string) GCP product to subscribe to ## Response 201 fields (application/json): - `success` (boolean) - `message` (any, required) - `data` (any) - `id` (string) - `timestamp` (string) - `org` (string, required) - `lms_url` (string, required) - `cms_url` (string, required) - `portal_url` (string, required) - `edx_role` (string, required) ## Response 417 fields (application/json): - `success` (boolean) - `message` (any, required) - `data` (any) - `id` (string) - `timestamp` (string) - `org` (string, required) - `lms_url` (string, required) - `cms_url` (string, required) - `portal_url` (string, required) - `edx_role` (string, required) ## Response 500 fields (application/json): - `success` (boolean) - `message` (any, required) - `data` (any) - `id` (string) - `timestamp` (string)