# Create a team

This service can be used to create a new team in your organisation.

Each team must have a *unique* name. The service will refuse your request and return an error message if you attempt to create a team whose name is already used.

When successful, the service will return:

* The DriveKit SDK API key, which can be used to activate the SDK
* The DriveKit Admin API key, which can be used to access the DriveKit Admin API

{% hint style="info" %}
If you have your **enterprise API key**, you can try the API via this [**link**](https://drivequant.stoplight.io/docs/drivequant-public/ce182faef2664-create-a-new-team)**.**
{% endhint %}

{% openapi src="<https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2FTTiLeuGg8U59w9k5PwxD%2FEnterprise.yaml?alt=media&token=068f1889-59e6-4bc6-8b74-7a985dfce3cb>" path="/team" method="post" %}
[Enterprise.yaml](https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2FTTiLeuGg8U59w9k5PwxD%2FEnterprise.yaml?alt=media\&token=068f1889-59e6-4bc6-8b74-7a985dfce3cb)
{% endopenapi %}

### Request body

<table><thead><tr><th width="152">Name</th><th width="199">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>teamId</code></td><td><code>string</code></td><td>Unique team identifier</td></tr></tbody></table>

### Response

The table below summarizes the response parameters.

<table><thead><tr><th width="170">Name</th><th width="171.66666666666666">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>teamId</code></td><td><code>string</code></td><td>Unique identifier of the team</td></tr><tr><td><code>sdkApiKey</code></td><td><code>string</code></td><td>API key to activate the DriveKit SDK</td></tr><tr><td><code>adminApiKey</code></td><td><code>string</code></td><td>API key to use the DriveKit Admin services</td></tr></tbody></table>
