---
title: "POST /v1/{+project}:provisionOrganization"
method: POST
path: "/v1/{+project}:provisionOrganization"
tags: ["projects"]
---

# POST /v1/{+project}:provisionOrganization

`POST /v1/{+project}:provisionOrganization`

Provisions a new Apigee organization with a functioning runtime. This is the standard way to create trial organizations for a free Apigee trial.

## Path parameters

- `project` string, required

## Request body

- GoogleCloudApigeeV1ProvisionOrganizationRequest — Request for ProvisionOrganization.
  - `authorizedNetwork` string — Compute Engine network used for Service Networking to be peered with Apigee runtime instances. See [Getting started with the Service Networking API](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started). Apigee also supports shared VPC (that is, the host network project is not the same as the one that is peering with Apigee). See [Shared VPC overview](https://cloud.google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the following format: `projects/{host-project-id}/{region}/networks/{network-name}`. For example: `projects/my-sharedvpc-host/global/networks/mynetwork`
  - `analyticsRegion` string — Primary Cloud Platform region for analytics data storage. For valid values, see [Create an organization](https://cloud.google.com/apigee/docs/hybrid/latest/precog-provision). Defaults to `us-west1`.
  - `disableVpcPeering` boolean — Optional. Flag that specifies whether the VPC Peering through Private Google Access should be disabled between the consumer network and Apigee. Required if an authorizedNetwork on the consumer project is not provided, in which case the flag should be set to true. The value must be set before the creation of any Apigee runtime instance and can be updated only when there are no runtime instances. **Note:** Apigee will be deprecating the vpc peering model that requires you to provide 'authorizedNetwork', by making the non-peering model as the default way of provisioning Apigee organization in future. So, this will be a temporary flag to enable the transition. Not supported for Apigee hybrid.
  - `runtimeLocation` string — Cloud Platform location for the runtime instance. Defaults to zone `us-west1-a`. If a region is provided, `EVAL` organizations will use the region for automatically selecting a zone for the runtime instance.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/apigee.md) · [All operations](https://skmtc.dev/google/apis/apigee/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/apigee/revisions/6e272fa448a7/schema)
