---
title: "POST /#X-Amz-Target=DeviceFarm_20150623.CreateTestGridProject"
method: POST
path: "/#X-Amz-Target=DeviceFarm_20150623.CreateTestGridProject"
---

# POST /#X-Amz-Target=DeviceFarm_20150623.CreateTestGridProject

`POST /#X-Amz-Target=DeviceFarm_20150623.CreateTestGridProject`

Creates a Selenium testing project. Projects are used to track <a>TestGridSession</a> instances.

## Headers

- `X-Amz-Target` 'DeviceFarm_20150623.CreateTestGridProject', required

## Request body

- CreateTestGridProjectRequest
  - `name` string, required — Human-readable name of the Selenium testing project.
  - `description` string — Human-readable description of the project.
  - `vpcConfig` object — The VPC security groups and subnets that are attached to a project.
    - `securityGroupIds` NonEmptyString[], required — A list of VPC security group IDs in your Amazon VPC.
    - `subnetIds` NonEmptyString[], required — A list of VPC subnet IDs in your Amazon VPC.
    - `vpcId` string, required — The ID of the Amazon VPC.

## Response `200`

Success

- CreateTestGridProjectResult
  - `testGridProject` object — ARN of the Selenium testing project that was created.
    - `arn` string — The ARN for the project.
    - `name` string — A human-readable name for the project.
    - `description` string — A human-readable description for the project.
    - `vpcConfig` object — The VPC security groups and subnets that are attached to a project.
      - `securityGroupIds` NonEmptyString[], required — A list of VPC security group IDs in your Amazon VPC.
      - `subnetIds` NonEmptyString[], required — A list of VPC subnet IDs in your Amazon VPC.
      - `vpcId` string, required — The ID of the Amazon VPC.
    - `created` string, date-time — When the project was created.

## Other responses

- `480` — ArgumentException
- `481` — LimitExceededException
- `482` — InternalServiceException

---

[API](https://skmtc.net/aws/apis/devicefarm.md) · [All operations](https://skmtc.net/aws/apis/devicefarm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/devicefarm/versions/a20834382f29/schema)
